home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / toolbar / spltrcls / readme.txt < prev    next >
Text File  |  1995-11-14  |  2KB  |  43 lines

  1. VB 4.0 Splitter Classes
  2. -----------------------
  3. (Originally uploaded to CompuServe in November, 1995)
  4.  
  5. These splitter bar classes for Visual Basic 4.0 were developed from a Visual
  6. Basic 3.0 example prepared some time ago by John Wood. (John's original note
  7. is included below.) Any errors are mine, not John's.
  8.  
  9. I started to to create a CSplitter "base class" and use aggregation in the
  10. horizontal and vertical classes, but abandoned it because it was more work
  11. than duplicating code. Maybe Visual Basic 5.0... <g>
  12.  
  13. Error handling is omitted, because I didn't get to it yet <g>!
  14.  
  15. To paraphrase John:
  16.  
  17. You are free to use the code provided for your own purposes and may 
  18. distribute it freely. Michael Jones accepts no responsibility for this code.
  19.  
  20. This sample was coded by Michael Jones (73404.2202@compuserve.com, frequenting
  21. the MBASIC and VBPJ forums). Any comments or suggestions are welcome.
  22.  
  23. Mike
  24.  
  25.  
  26. John's note:
  27.  
  28. Splitter Bars in VB
  29. -------------------
  30. The form SPLIT.FRM demonstrates the implementation of a horizontal 
  31. splitter bar in Visual Basic. Splitter bars are common in many applications 
  32. such as Microsoft (r) Word 6 and Microsoft Excel (tm).
  33.  
  34. The code given in SPLIT.FRM should be sufficient to implement a horizontal
  35. or vertical splitter bar in your application. 
  36.  
  37. You are free to use the code provided for your own purposes and may 
  38. distribute it freely. John Wood accepts no responsibility for this code.
  39.  
  40. The form was coded by John Wood at 100430,2757@compuserve.com. Any comments
  41. or suggestions are welcome.
  42.  
  43.